<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Coming Soon v5.0.7 (https://startbootstrap.com/template-overviews/coming-soon)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-coming-soon/blob/master/LICENSE)
 */
html, body {
  position:relative;
  overflow-x:hidden;
}

html {
  height: 100%;
	
}

body {
    height: 1000px;
    min-height: 1000px;
    position: relative;
    font-family: 'Source Sans Pro';
    font-weight: 300;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather';
  font-weight: 700;
}

video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

.home{
		width: 250px;
}
;
/* Mixin */
/* reset */
* {
  padding: 0;
  margin: 0;
}

nav {
  
  height: 50px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* fade in checked menu */
}
nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height: 100%;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  overflow: hidden;
	background-color: #002E66;
	 z-index: 1500;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 15;
  display: none;
}
nav .m-menu__header 
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100%;
  overflow-y: auto;
}
nav .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 30px;
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #FFF;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrapper {
  width: 480px;
  height: 300px;
  margin: 0 ;
  overflow: hidden;
  position: absolute;
	top: 230px;
	left: 0px;
	z-index: 1500;
}

body {
 
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
body {
  background-color: #f1f1f1;
  padding: 0;
  margin: 0;
  font-family: sans-serif;
}
@media (pointer: coarse) and (hover: none) {
  body {
    
    background-position: cover;
  }
  body video {
    display: none;
  }
}

.overlay {
    position: absolute;
    top: 1px;
    left: -1px;
    height: 1000px;
    width: 100vw;
    background-color: #cd9557;
    opacity: 0.7;
    z-index: 1;
}

.masthead {
  position: relative;
 
  padding-bottom: 3rem;
  z-index: 2;
}

.masthead .masthead-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
 
    min-height: 1000px;
    
    background-color: #002E66;
    transform: skewY(4deg);
    transform-origin: bottom right;
}

.masthead .masthead-content h1 {
  font-size: 2.5rem;
}

.masthead .masthead-content p {
  font-size: 1.2rem;
}

.masthead .masthead-content p strong {
  font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}
@media (min-width:768px){
	.masthead {
  
    min-height: 1500px;
    width:75vw;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
    height: 1000px;
  }
  .masthead .masthead-content {
    padding-left: 1rem;
    padding-right: 10rem;
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }}
@media (min-width: 320px) 

{
  .masthead {
    height: 100%;
    min-height: 0;
    width: 100vw;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
   
    height: 1000px;
  }
  .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
    height: 20px;
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
.logo {
	width: 200px;
}
	.text-center{
		width: 100vw;
		font-size: 14px
	}
}
@media (min-width: 416px)
{
.social-icons {
	margin: 2;
    position: absolute;
    z-index: 2;
    top: 2.5rem;
    right: 2.5rem;
	width: auto;
 }

.social-icons ul {
  margin-top: 2rem;
  width: auto;
  text-align: center;
}

.social-icons ul &gt; li {
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
}

.social-icons ul &gt; li &gt; a {
  display: block;
  color: white;
  background-color: #002E66;
  border-radius: 100%;
  font-size: 2rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
}
@media (min-width:768px){
	.logo{
		width: 20vw;
	}
	.masthead {
   
    min-height: 1000px;
    width:75vw;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
    height: 1000px;
  }
  .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
	
		}
	}
@media (max-width: 415px)
{
	.body{
		max-width: 415px;
	}
	 .body {
    background:none;
    background-position: cover;
}
.social-icons {
    position: absolute;
 top: 650px;
    z-index: 2;
 
}

.social-icons ul {
  margin-top: 2rem;
  width: 100%;
  text-align: center;
}

.social-icons ul &gt; li {
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
}

.social-icons ul &gt; li &gt; a {
  display: block;
  color: white;
  background-color: #002E66;
  border-radius: 100%;
  font-size: 2rem;
  line-height: 4rem;
  height: 4rem;
  width: 4rem;
}</pre></body></html>